home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / mnode14.zip / AUTOEXEC.TMP < prev    next >
Text File  |  1993-01-11  |  2KB  |  72 lines

  1. @ECHO OFF
  2. ECHO ---- C:\AUTOEXEC.BAT  11/10/92  Wildcat Multi Node under DESQview  ----
  3. ECHO Configuring System parameters
  4. SET COMSPEC=C:\COMMAND.COM
  5.  
  6. REM ---------------
  7. REM SETUP DOS SEARCH PATH
  8. PATH C:\UTILS;C:\QEMM;C:\WC30;C:\DV;C:\ZIP;C:\DOS;C:\NDW;C:\WINDOWS;C:\;
  9.  
  10. REM ---------------
  11. REM TURN ON VERIFY
  12. VERIFY ON
  13.  
  14. REM ---------------
  15. REM SET UP THE SYSTEM PROMPT
  16. PROMPT $P$G
  17.  
  18. REM ---------------
  19. BREAK ON
  20.  
  21. REM ***************
  22. REM LOAD TSR's
  23. REM ***************
  24. ECHO Loading TSR's
  25.  
  26. REM ---------------
  27. REM SHARE UP TO 40 FILES
  28. C:\QEMM\LOADHI C:\DOS\SHARE /L:40
  29.  
  30. REM ---------------
  31. REM Load the DOSKEY utility
  32. C:\QEMM\LOADHI C:\DOS\DOSKEY.COM /INSERT
  33.  
  34. REM ***************
  35. REM Setup the Wildcat Environment variables
  36. SET WCNODEID=1
  37. SET WCPORTID=1
  38. SET WCMDM=HST
  39. SET WCHOME=C:\WC30
  40.  
  41. REM ******* TEST ENABLE ********
  42. rem Short circuit BBS setup for testing purposes only.  Un-remark the
  43. rem GOTO ABORT command below to avoid building the MLK work disk and
  44. rem starting DESQview
  45.  
  46. rem goto abort
  47. REM ***************
  48.  
  49. REM ******* CLEANUP ********
  50. rem Cleanup all BBS tag files for DESQview operation.
  51. call C:\UTILS\CLEANALL.BAT
  52. REM ***************
  53.  
  54. REM ***************
  55. rem build the Moonlit Knight BBS working disk on RAM disk D:\
  56. call c:\wc30\buildmlk.bat
  57. REM ***************
  58.  
  59. REM ***************
  60. ECHO BOOTING UP DESQVIEW. BBS NODE1 WILL START VIA !STARTUP SCRIPT
  61. DV
  62. REM ***************
  63.  
  64. REM ***************
  65. rem Short circuit BBS set up to here for testing only.
  66. :abort
  67. echo BBS d:\ disk not built!
  68. REM ***************
  69.  
  70. REM ---------------   END AUTOEXEC.BAT   ---------------
  71.  
  72.